home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / SciAn / src / ScianGlobalFunctions.h < prev    next >
C/C++ Source or Header  |  1994-08-01  |  1KB  |  46 lines

  1. /*ScianGlobalFunctions.h
  2.   Eric Pepke
  3.   7 February 1993 
  4.  
  5.   External stuff for ScianGlobalFunctions
  6. */
  7.  
  8. /*Global functions*/
  9. #define GF_HELP        "Help"
  10. #define GF_CONTEXTHELP    "Help in Context"
  11. #define GF_QUIT        "Quit SciAn"
  12. #define GF_PREFERENCES    "Preferences"
  13. #define GF_BROWSER    "New File Browser"
  14. #define GF_FILEREADERS    "Show File Readers"
  15. #define GF_CONNECT    "Connect to Computer..."
  16. #define GF_DATASETS    "Show Datasets"
  17. #define GF_SELECTALL    "Select All"
  18. #define GF_DESELECTALL    "Deselect All"
  19. #define GF_TOGGLEEDIT     "Toggle Edit Template"
  20. #define GF_SAVETEMPLATE "Save Template"
  21. #define GF_NEWSLIDER    "New Slider"
  22. #define GF_NEWSCALESLIDER "New Scale Slider"
  23. #define GF_NEWTITLEBOX    "New Title Box"
  24. #define GF_NEWRADIOBUTTON "New Radio Button"
  25. #define GF_NEWPLAINBUTTON "New Plain Button"
  26. #define GF_NEWSHORTBUTTON "New Short Button"
  27. #define GF_NEWCHECKBOX    "New Check Box"
  28. #define GF_NEWTEXTBOX    "New Text Box"
  29. #define GF_NEWEDITBOX    "New Edit Box"
  30. #define GF_RECORDERS    "Show Recorder Drivers"
  31. #define GF_NEWSEQUENCE    "New Sequence"
  32. #define GF_CLOSE    "Close"
  33. #define GF_UNDO        "Undo"
  34. #define GF_TOGGLENTSC    "Toggle NTSC"
  35. #define GF_TOGGLESTEREO    "Toggle Stereo"
  36.  
  37. #ifdef PROTO
  38. void InitGlobalFunctions(void);
  39. void KillGlobalFunctions(void);
  40. Bool GlobalFunctionScriptLine(char *);
  41. #else
  42. void InitGlobalFunctions();
  43. void KillGlobalFunctions();
  44. Bool GlobalFunctionScriptLine();
  45. #endif
  46.